ViewGroupCompat
Helper for accessing features in ViewGroup.
Properties
Link copied to clipboard
This constant is a layoutMode.
Link copied to clipboard
This constant is a layoutMode.
Functions
Link copied to clipboard
Returns the basis of alignment during layout operations on this ViewGroup: either LAYOUT_MODE_CLIP_BOUNDS or LAYOUT_MODE_OPTICAL_BOUNDS.
Link copied to clipboard
Return the current axes of nested scrolling for this ViewGroup.
Link copied to clipboard
Installs a custom View.OnApplyWindowInsetsListener which dispatches WindowInsets to the given root and its descendants in a way compatible with Android R+ that consuming or modifying insets will only affect the descendants.
Link copied to clipboard
Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition.
Link copied to clipboard
open fun onRequestSendAccessibilityEvent(group: ViewGroup, child: View, event: AccessibilityEvent): Boolean
Called when a child has requested sending an AccessibilityEvent and gives an opportunity to its parent to augment the event.
Link copied to clipboard
Sets the basis of alignment during the layout of this ViewGroup.
Link copied to clipboard
Enable or disable the splitting of MotionEvents to multiple children during touch event dispatch.
Link copied to clipboard
Changes whether or not this ViewGroup should be treated as a single entity during Activity Transitions.